home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mita.dir / 00247.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  195 b   |  16 lines

  1. on mouseUp
  2.   set reset to 1
  3. end
  4.  
  5. on testset
  6.   globalmessagecommand()
  7.   set messagecommand to the stage
  8. end
  9.  
  10. on testrun
  11.   global mn, messagecommand
  12.   tell messagecommand
  13.     do(mn)
  14.   end tell
  15. end
  16.